home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / resizer2 / resizef.dfm / resizef.txt
Encoding:
Text File  |  1996-09-15  |  2.5 KB  |  145 lines

  1. object Form1: TForm1
  2.   Left = 254
  3.   Top = 159
  4.   Width = 435
  5.   Height = 304
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Form1'
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Scaled = False
  15.   OnResize = FormResize
  16.   TextHeight = 16
  17.   object SpeedButton2: TSpeedButton
  18.     Left = 136
  19.     Top = 24
  20.     Width = 85
  21.     Height = 37
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 240
  25.     Top = 132
  26.     Width = 157
  27.     Height = 107
  28.   end
  29.   object Button1: TButton
  30.     Left = 26
  31.     Top = 42
  32.     Width = 65
  33.     Height = 57
  34.     Caption = 'Button1'
  35.     TabOrder = 0
  36.   end
  37.   object BitBtn2: TBitBtn
  38.     Left = 296
  39.     Top = 142
  40.     Width = 85
  41.     Height = 61
  42.     Caption = 'BitBtn2'
  43.     TabOrder = 1
  44.   end
  45.   object MaskEdit1: TMaskEdit
  46.     Left = 240
  47.     Top = 244
  48.     Width = 109
  49.     Height = 25
  50.     MaxLength = 0
  51.     TabOrder = 2
  52.     Text = 'MaskEdit1'
  53.   end
  54.   object GroupBox1: TGroupBox
  55.     Left = 24
  56.     Top = 112
  57.     Width = 197
  58.     Height = 61
  59.     Caption = 'GroupBox1'
  60.     TabOrder = 3
  61.     object Button2: TButton
  62.       Left = 8
  63.       Top = 20
  64.       Width = 89
  65.       Height = 33
  66.       Caption = 'Button2'
  67.       TabOrder = 0
  68.     end
  69.     object Button3: TButton
  70.       Left = 100
  71.       Top = 20
  72.       Width = 89
  73.       Height = 33
  74.       Caption = 'Button3'
  75.       TabOrder = 1
  76.     end
  77.   end
  78.   object RadioGroup1: TRadioGroup
  79.     Left = 28
  80.     Top = 180
  81.     Width = 201
  82.     Height = 89
  83.     Caption = 'RadioGroup1'
  84.     TabOrder = 4
  85.   end
  86.   object RadioButton1: TRadioButton
  87.     Left = 41
  88.     Top = 202
  89.     Width = 113
  90.     Height = 17
  91.     Caption = 'RadioButton1'
  92.     TabOrder = 5
  93.   end
  94.   object RadioButton2: TRadioButton
  95.     Left = 40
  96.     Top = 220
  97.     Width = 113
  98.     Height = 17
  99.     Caption = 'RadioButton2'
  100.     TabOrder = 6
  101.   end
  102.   object RadioButton3: TRadioButton
  103.     Left = 40
  104.     Top = 240
  105.     Width = 113
  106.     Height = 17
  107.     Caption = 'RadioButton3'
  108.     TabOrder = 7
  109.   end
  110.   object TabbedNotebook1: TTabbedNotebook
  111.     Left = 240
  112.     Top = 12
  113.     Width = 169
  114.     Height = 109
  115.     PageIndex = 1
  116.     TabFont.Color = clBtnText
  117.     TabFont.Height = -11
  118.     TabFont.Name = 'MS Sans Serif'
  119.     TabFont.Style = []
  120.     TabOrder = 8
  121.     object TTabPage
  122.       Left = 5
  123.       Top = 27
  124.       Caption = 'Default'
  125.     end
  126.     object TTabPage
  127.       Left = 5
  128.       Top = 27
  129.       Caption = 'gf'
  130.       object BitBtn1: TBitBtn
  131.         Left = 48
  132.         Top = 12
  133.         Width = 89
  134.         Height = 33
  135.         Caption = 'BitBtn1'
  136.         TabOrder = 0
  137.       end
  138.     end
  139.   end
  140.   object Resizer1: TResizer
  141.     Left = 4
  142.     Top = 4
  143.   end
  144. end
  145.